home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / cybint12.exe / cybint12.DXR / 00002.ls next >
Encoding:
Text File  |  1996-12-12  |  212 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 1 then
  3.     startTimer()
  4.     repeat while the timer < 30
  5.       nothing()
  6.     end repeat
  7.     go(the frame + 1)
  8.   else
  9.     Loopframe()
  10.   end if
  11. end
  12.